* {
  box-sizing: border-box;
}

.mix {
  display: none;
  text-align: center;
/*  width: 23%;
  margin: 1em 1%;
  background-color: #ccc;*/
}
.blue {
  background-color: blue;
  color: white;
}
.orange {
  background-color: orange;
}
.red {
  background-color: red;
  color: white;
}
button {
  background: #666666;
  border: none;
  color: white;
  padding: 0.65em;
  border-radius: 5px;
}
input {
  padding: 0.5em;
}
.title {
  font-weight: 2em;
}


select { font-size: 16px; }

.js .myList {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 1000px) {
	
	.harmonia-select, #yolo {
		display: none;
		visibility: hidden;
	}
	
	.js .myList {
		display: block;
		visibility: visible;
	}
	
}
